+2006-09-25 Matthias Clasen <mclasen@redhat.com>
+
+ * demos/gtk-demo/*.c:
+ * gtk/gtkeventbox.c:
+ * gtk/gtkprintoperation.c: Fix typos. String change.
+
2006-09-25 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): if the tree view
factory = gtk_icon_factory_new ();
gtk_icon_factory_add_default (factory);
- /* demo_find_file() looks in the the current directory first,
+ /* demo_find_file() looks in the current directory first,
* so you can run gtk-demo without installing GTK, then looks
* in the location where the file is installed.
*/
if (file_pixbuf)
return TRUE; /* already loaded earlier */
- /* demo_find_file() looks in the the current directory first,
+ /* demo_find_file() looks in the current directory first,
* so you can run gtk-demo without installing GTK, then looks
* in the location where the file is installed.
*/
gchar *error_message = NULL;
GError *error = NULL;
- /* demo_find_file() looks in the the current directory first,
+ /* demo_find_file() looks in the current directory first,
* so you can run gtk-demo without installing GTK, then looks
* in the location where the file is installed.
*/
gtk_container_add (GTK_CONTAINER (align), frame);
gtk_box_pack_start (GTK_BOX (vbox), align, FALSE, FALSE, 0);
- /* demo_find_file() looks in the the current directory first,
+ /* demo_find_file() looks in the current directory first,
* so you can run gtk-demo without installing GTK, then looks
* in the location where the file is installed.
*/
if (background)
return TRUE; /* already loaded earlier */
- /* demo_find_file() looks in the the current directory first,
+ /* demo_find_file() looks in the current directory first,
* so you can run gtk-demo without installing GTK, then looks
* in the location where the file is installed.
*/
GtkTextChildAnchor *anchor;
char *filename;
- /* demo_find_file() looks in the the current directory first,
+ /* demo_find_file() looks in the current directory first,
* so you can run gtk-demo without installing GTK, then looks
* in the location where the file is installed.
*/
* Set whether the event box uses a visible or invisible child
* window. The default is to use visible windows.
*
- * In an invisible window event box, the window that that the
+ * In an invisible window event box, the window that the
* event box creates is a %GDK_INPUT_ONLY window, which
* means that it is invisible and only serves to receive
* events.
PROP_USE_FULL_PAGE,
g_param_spec_boolean ("use-full-page",
P_("Use full page"),
- P_("TRUE if the the origin of the context should be at the corner of the page and not the corner of the imageable area"),
+ P_("TRUE if the origin of the context should be at the corner of the page and not the corner of the imageable area"),
FALSE,
GTK_PARAM_READWRITE));